home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / Cards for Kids / data1.cab / Program_DLLs / ShrLk21.dll / RCDATA / TFRMUNLOCKSERIAL / TFRMUNLOCKSERIAL.txt
Encoding:
Text File  |  2001-01-04  |  2.2 KB  |  116 lines

  1. object frmUnlockSerial: TfrmUnlockSerial
  2.   Left = 267
  3.   Top = 393
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please enter the unlock information'
  7.   ClientHeight = 241
  8.   ClientWidth = 383
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object lblName: TLabel
  21.     Left = 10
  22.     Top = 116
  23.     Width = 37
  24.     Height = 16
  25.     Caption = '&Name'
  26.     FocusControl = txtName
  27.   end
  28.   object lblUnlockCode: TLabel
  29.     Left = 10
  30.     Top = 175
  31.     Width = 78
  32.     Height = 16
  33.     Caption = '&Unlock Code'
  34.     FocusControl = txtUnlockCode
  35.   end
  36.   object lblCompanyname: TLabel
  37.     Left = 10
  38.     Top = 145
  39.     Width = 98
  40.     Height = 16
  41.     Caption = '&Company Name'
  42.     FocusControl = txtUserCompanyName
  43.   end
  44.   object lblMessage: TLabel
  45.     Left = 10
  46.     Top = 10
  47.     Width = 365
  48.     Height = 60
  49.     AutoSize = False
  50.     Caption = 
  51.       'To unlock this software, please provide the following serial num' +
  52.       'ber when you make your purchase.  Your unlock code will unlock t' +
  53.       'he program for execution on this computer only.'
  54.     WordWrap = True
  55.   end
  56.   object lblSerialNumber: TLabel
  57.     Left = 10
  58.     Top = 89
  59.     Width = 86
  60.     Height = 16
  61.     Caption = 'S&erial Number'
  62.   end
  63.   object txtUnlockCode: TEdit
  64.     Left = 118
  65.     Top = 170
  66.     Width = 257
  67.     Height = 24
  68.     TabOrder = 3
  69.   end
  70.   object txtName: TEdit
  71.     Left = 118
  72.     Top = 111
  73.     Width = 257
  74.     Height = 24
  75.     TabOrder = 1
  76.   end
  77.   object btnCancel: TButton
  78.     Left = 284
  79.     Top = 207
  80.     Width = 93
  81.     Height = 28
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 5
  86.   end
  87.   object txtUserCompanyName: TEdit
  88.     Left = 118
  89.     Top = 140
  90.     Width = 257
  91.     Height = 24
  92.     TabOrder = 2
  93.   end
  94.   object txtSerialNumber: TEdit
  95.     Left = 118
  96.     Top = 81
  97.     Width = 257
  98.     Height = 24
  99.     TabStop = False
  100.     Color = clBtnFace
  101.     ReadOnly = True
  102.     TabOrder = 0
  103.   end
  104.   object btnOK: TButton
  105.     Left = 186
  106.     Top = 207
  107.     Width = 93
  108.     Height = 28
  109.     Caption = 'OK'
  110.     Default = True
  111.     ModalResult = 1
  112.     TabOrder = 4
  113.     OnClick = btnOKClick
  114.   end
  115. end
  116.